projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7ee78e0
)
(do-auto-fill): `fill-indent-according-to-mode' is a variable, not a
author
Miles Bader
<miles@gnu.org>
Tue, 10 Sep 2002 01:23:57 +0000
(
01:23
+0000)
committer
Miles Bader
<miles@gnu.org>
Tue, 10 Sep 2002 01:23:57 +0000
(
01:23
+0000)
function.
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 6d1dbe1db7cc62949de9b071507caa8727e0af5a..99cf8d8af63f32269f4c97ac0b7ef2b692191e9c 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-3084,7
+3084,7
@@
Setting this variable automatically makes it local to the current buffer.")
(save-excursion (forward-paragraph 1) (point)))))
(and prefix (not (equal prefix ""))
;; Use auto-indentation rather than a guessed empty prefix.
- (not (and
(fill-indent-according-to-mode)
+ (not (and
fill-indent-according-to-mode
(string-match "\\`[ \t]*\\'" prefix)))
(setq fill-prefix prefix))))